home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -serious- / workbench / directoryopus4 / dopus4_src / library / data.a < prev    next >
Text File  |  2000-03-11  |  3KB  |  94 lines

  1. ; Directory Opus 4
  2. ; Original GPL release version 4.12
  3. ; Copyright 1993-2000 Jonathan Potter
  4. ;
  5. ; This program is free software; you can redistribute it and/or
  6. ; modify it under the terms of the GNU General Public License
  7. ; as published by the Free Software Foundation; either version 2
  8. ; of the License, or (at your option) any later version.
  9. ;
  10. ; This program is distributed in the hope that it will be useful,
  11. ; but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13. ; GNU General Public License for more details.
  14. ;
  15. ; You should have received a copy of the GNU General Public License
  16. ; along with this program; if not, write to the Free Software
  17. ; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  18. ;
  19. ; All users of Directory Opus 4 (including versions distributed
  20. ; under the GPL) are entitled to upgrade to the latest version of
  21. ; Directory Opus version 5 at a reduced price. Please see
  22. ; http://www.gpsoft.com.au for more information.
  23. ;
  24. ; The release of Directory Opus 4 under the GPL in NO WAY affects
  25. ; the existing commercial status of Directory Opus 5.
  26.  
  27.     section LibBases,data
  28.  
  29.     XDEF _SysBase
  30.     XDEF _DOpusBase
  31.     XDEF _IntuitionBase
  32.     XDEF _GfxBase
  33.     XDEF _DOSBase
  34.     XDEF _LayersBase
  35.     XDEF ___MathIeeeSingBasBase
  36.  
  37. _SysBase:
  38.     dc.l 0
  39. _DOpusBase:
  40.     dc.l 0
  41. _IntuitionBase:
  42.     dc.l 0
  43. _GfxBase:
  44.     dc.l 0
  45. _DOSBase:
  46.     dc.l 0
  47. _LayersBase:
  48.     dc.l 0
  49. ___MathIeeeSingBasBase:
  50.     dc.l 0
  51.  
  52.     section imagedata,data,chip
  53.  
  54.     XDEF _pdb_cycletop
  55.     XDEF _pdb_cyclebot
  56.     XDEF _pdb_check
  57.     XDEF _glass_image1
  58.     XDEF _glass_image2
  59.     XDEF _busydata13
  60.     XDEF _busydata20
  61.  
  62. _pdb_cycletop:
  63.     dc.w $7f00,$c180,$c180,$c7e0,$c3c0,$c180
  64.  
  65. _pdb_cyclebot:
  66.     dc.w $c180,$7f00
  67.  
  68. _pdb_check:
  69.     dc.w $0038,$0060,$00c0,$e180,$7300,$3e00,$1c00
  70.  
  71. _glass_image1:
  72.     dc.w $0f80,$7070,$c218,$c818,$c018,$7070,$0fbc,$000f
  73.  
  74. _glass_image2:
  75.     dc.w $0000,$0f80,$3de0,$37e0,$3fe0,$0f80,$0000,$0000
  76.  
  77. _busydata13:
  78.     dc.w $0000,$0000
  79.     dc.w $0600,$0600,$0f40,$0f40,$3fe0,$3fe0,$7fe0,$7fe0
  80.     dc.w $61f0,$7ff0,$7bf8,$7ff8,$f7f8,$fff8,$61fc,$7ffc
  81.     dc.w $7f0c,$7ffc,$3fde,$3ffe,$7fbc,$7ffc,$3f0c,$3ffc
  82.     dc.w $1ff8,$1ff8,$07f0,$07f0,$01c0,$01c0,$0700,$0700
  83.     dc.w $0fc0,$0fc0,$0780,$0780,$0000,$0000,$00c0,$00c0
  84.     dc.w $00e0,$00e0,$0040,$0040
  85.     dc.w $0000,$0000
  86.  
  87. _busydata20:
  88.     dc.w $0000,$0000
  89.     dc.w $0400,$07c0,$0000,$07c0,$0100,$0380,$0000,$07e0
  90.     dc.w $07c0,$1ff8,$1ff0,$3fec,$3ff8,$7fde,$3ff8,$7fbe
  91.     dc.w $7ffc,$ff7f,$7efc,$ffff,$7ffc,$ffff,$3ff8,$7ffe
  92.     dc.w $3ff8,$7ffe,$1ff0,$3ffc,$07c0,$1ff8,$0000,$07e0
  93.     dc.w $0000,$0000
  94.